home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14013 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: pelican.unf.edu!usenet
  2. From: mbauer@unf6.cis.unf.edu (Michael Scott Bauer)
  3. Newsgroups: comp.lang.c
  4. Subject: fclose in MS Visual C++ crashes...HELP!!!
  5. Date: Wed, 10 Apr 1996 15:48:13 GMT
  6. Organization: University of North Florida
  7. Message-ID: <4kgllu$q0a@pelican.unf.edu>
  8. NNTP-Posting-Host: slip15.unf.edu
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I am trying to simply close a file pointer using fclose in MS Visual
  12. C++ version 4.0 for Windows 95.  I need my programs to be completly
  13. ANSI C compatible because I am programing for a class and everything
  14. must be ported to UNIX.  The source code compiles and the resulting
  15. EXE file runs, but then I gives me some sort of unauthorized error
  16. and the program crashes.  Instead of highlighting an error in my
  17. source code, the compiler highlights a line in the function fclose in
  18. a file called fclose.c.  When I port to UNIX the source compiles
  19. flawlessly, but this takes too much time to continuously port to UNIX,
  20. fix the errors found, port to UNIX again, write more code, port to
  21. UNIX...you get the picture.
  22.  
  23. Could someone please help ASAP!  I need to get this working by the
  24. 25th and countinuously porting will take up too much time...
  25.  
  26. Please e-mail any help/suggestions to :
  27.  
  28. Michael Bauer
  29. mbauer@unf.edu
  30.  
  31. THANKS A BUNCH!!!
  32.  
  33.